﻿2026-07-11T01:09:50.8194305Z ##[group]Run set -euo pipefail
2026-07-11T01:09:50.8194627Z [36;1mset -euo pipefail[0m
2026-07-11T01:09:50.8194845Z [36;1mPIN=0c95435[0m
2026-07-11T01:09:50.8195064Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-11T01:09:50.8195313Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-11T01:09:50.8195651Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-11T01:09:50.8196075Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-11T01:09:50.8196510Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-11T01:09:50.8196857Z [36;1m  rm -rf "$CACHE"[0m
2026-07-11T01:09:50.8197087Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-11T01:09:50.8197362Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-11T01:09:50.8197681Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-11T01:09:50.8198015Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-11T01:09:50.8198277Z [36;1mfi[0m
2026-07-11T01:09:50.8198553Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-11T01:09:50.8212357Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-11T01:09:50.8212654Z env:
2026-07-11T01:09:50.8212849Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-11T01:09:50.8213086Z ##[endgroup]
2026-07-11T01:09:51.0952611Z    Compiling proc-macro2 v1.0.106
2026-07-11T01:09:51.0953192Z    Compiling quote v1.0.45
2026-07-11T01:09:51.0954087Z    Compiling unicode-ident v1.0.24
2026-07-11T01:09:51.0954430Z    Compiling libc v0.2.186
2026-07-11T01:09:51.0954678Z    Compiling serde_core v1.0.228
2026-07-11T01:09:51.0954965Z    Compiling cfg-if v1.0.4
2026-07-11T01:09:51.0997639Z    Compiling serde v1.0.228
2026-07-11T01:09:51.1047842Z    Compiling log v0.4.32
2026-07-11T01:09:51.1048589Z    Compiling pin-project-lite v0.2.17
2026-07-11T01:09:51.1049429Z    Compiling portable-atomic v1.13.1
2026-07-11T01:09:51.1063624Z    Compiling typenum v1.20.1
2026-07-11T01:09:51.1126956Z    Compiling memchr v2.8.1
2026-07-11T01:09:51.1168200Z    Compiling version_check v0.9.5
2026-07-11T01:09:51.1271811Z    Compiling critical-section v1.2.0
2026-07-11T01:09:51.1351885Z    Compiling shlex v2.0.1
2026-07-11T01:09:51.1448098Z    Compiling find-msvc-tools v0.1.9
2026-07-11T01:09:51.1901759Z    Compiling subtle v2.6.1
2026-07-11T01:09:51.1965411Z    Compiling futures-core v0.3.32
2026-07-11T01:09:51.2107581Z    Compiling bytes v1.11.1
2026-07-11T01:09:51.3292337Z    Compiling equivalent v1.0.2
2026-07-11T01:09:51.3442294Z    Compiling smallvec v1.15.1
2026-07-11T01:09:51.3443401Z    Compiling itoa v1.0.18
2026-07-11T01:09:51.3647299Z    Compiling semver v1.0.28
2026-07-11T01:09:51.3919342Z    Compiling stable_deref_trait v1.2.1
2026-07-11T01:09:51.4000389Z    Compiling futures-io v0.3.32
2026-07-11T01:09:51.4211236Z    Compiling futures-sink v0.3.32
2026-07-11T01:09:51.4642334Z    Compiling slab v0.4.12
2026-07-11T01:09:51.4765451Z    Compiling futures-task v0.3.32
2026-07-11T01:09:51.5034826Z    Compiling generic-array v0.14.7
2026-07-11T01:09:51.5160814Z    Compiling futures-channel v0.3.32
2026-07-11T01:09:51.5517007Z    Compiling rand_core v0.10.1
2026-07-11T01:09:51.6060698Z    Compiling rustversion v1.0.22
2026-07-11T01:09:51.6406850Z    Compiling hashbrown v0.17.1
2026-07-11T01:09:51.6477804Z    Compiling rustc_version v0.4.1
2026-07-11T01:09:51.6791704Z    Compiling bitflags v2.12.1
2026-07-11T01:09:51.6866808Z    Compiling cpufeatures v0.2.17
2026-07-11T01:09:51.6990783Z    Compiling getrandom v0.4.2
2026-07-11T01:09:51.7313552Z    Compiling fnv v1.0.7
2026-07-11T01:09:51.7410487Z    Compiling cfg_aliases v0.2.1
2026-07-11T01:09:51.7781018Z    Compiling strsim v0.11.1
2026-07-11T01:09:51.8051116Z    Compiling writeable v0.6.3
2026-07-11T01:09:51.8120916Z    Compiling litemap v0.8.2
2026-07-11T01:09:51.8237986Z    Compiling fs_extra v1.3.0
2026-07-11T01:09:51.9532989Z    Compiling utf8_iter v1.0.4
2026-07-11T01:09:51.9601307Z    Compiling ident_case v1.0.1
2026-07-11T01:09:52.0066977Z    Compiling icu_properties_data v2.2.0
2026-07-11T01:09:52.0068750Z    Compiling icu_normalizer_data v2.2.0
2026-07-11T01:09:52.0359060Z    Compiling dunce v1.0.5
2026-07-11T01:09:52.0919660Z    Compiling autocfg v1.5.1
2026-07-11T01:09:52.1030641Z    Compiling percent-encoding v2.3.2
2026-07-11T01:09:52.2031044Z    Compiling http v1.4.1
2026-07-11T01:09:52.2571227Z    Compiling thiserror v2.0.18
2026-07-11T01:09:52.2721151Z    Compiling aws-lc-rs v1.17.0
2026-07-11T01:09:52.3110888Z    Compiling unicode-segmentation v1.13.3
2026-07-11T01:09:52.3762597Z    Compiling syn v2.0.117
2026-07-11T01:09:52.4129877Z    Compiling cpufeatures v0.3.0
2026-07-11T01:09:52.4131502Z    Compiling scopeguard v1.2.0
2026-07-11T01:09:52.4380919Z    Compiling form_urlencoded v1.2.2
2026-07-11T01:09:52.4450836Z    Compiling untrusted v0.9.0
2026-07-11T01:09:52.4951176Z    Compiling indexmap v2.14.0
2026-07-11T01:09:52.4998857Z    Compiling lock_api v0.4.14
2026-07-11T01:09:52.5270895Z    Compiling chacha20 v0.10.0
2026-07-11T01:09:52.5310984Z    Compiling heck v0.5.0
2026-07-11T01:09:52.5480671Z    Compiling rustls v0.23.40
2026-07-11T01:09:52.5740562Z    Compiling anyhow v1.0.102
2026-07-11T01:09:52.6500683Z    Compiling unicode-xid v0.2.6
2026-07-11T01:09:52.6630462Z    Compiling const-oid v0.10.2
2026-07-11T01:09:52.6970801Z    Compiling atomic-waker v1.1.2
2026-07-11T01:09:52.7399138Z    Compiling zerocopy v0.8.50
2026-07-11T01:09:52.7514543Z    Compiling parking_lot_core v0.9.12
2026-07-11T01:09:52.7591116Z    Compiling httparse v1.10.1
2026-07-11T01:09:52.7691027Z    Compiling paste v1.0.15
2026-07-11T01:09:52.8076357Z    Compiling convert_case v0.10.0
2026-07-11T01:09:52.8914178Z    Compiling jobserver v0.1.34
2026-07-11T01:09:52.9034148Z    Compiling num-traits v0.2.19
2026-07-11T01:09:52.9317080Z    Compiling hybrid-array v0.4.12
2026-07-11T01:09:52.9609447Z    Compiling curve25519-dalek v4.1.3
2026-07-11T01:09:52.9751326Z    Compiling ahash v0.8.12
2026-07-11T01:09:53.0636280Z    Compiling base64ct v1.8.3
2026-07-11T01:09:53.0890415Z    Compiling either v1.16.0
2026-07-11T01:09:53.1100474Z    Compiling powerfmt v0.2.0
2026-07-11T01:09:53.1590607Z    Compiling fastrand v2.4.1
2026-07-11T01:09:53.2121107Z    Compiling cc v1.2.63
2026-07-11T01:09:53.2310480Z    Compiling crypto-common v0.1.7
2026-07-11T01:09:53.2376446Z    Compiling block-buffer v0.10.4
2026-07-11T01:09:53.3220680Z    Compiling http-body v1.0.1
2026-07-11T01:09:53.3370857Z    Compiling deranged v0.5.8
2026-07-11T01:09:53.3458768Z    Compiling pem-rfc7468 v1.0.0
2026-07-11T01:09:53.3548737Z    Compiling digest v0.10.7
2026-07-11T01:09:53.4415579Z    Compiling vcpkg v0.2.15
2026-07-11T01:09:53.4520831Z    Compiling base64 v0.22.1
2026-07-11T01:09:53.5470448Z    Compiling tinyvec_macros v0.1.1
2026-07-11T01:09:53.5985587Z    Compiling time-core v0.1.8
2026-07-11T01:09:53.6203314Z    Compiling tower-service v0.3.3
2026-07-11T01:09:53.6301475Z    Compiling pkg-config v0.3.33
2026-07-11T01:09:53.6510983Z    Compiling data-encoding v2.11.0
2026-07-11T01:09:53.6830679Z    Compiling try-lock v0.2.5
2026-07-11T01:09:53.7251720Z    Compiling num-conv v0.2.2
2026-07-11T01:09:53.7495682Z    Compiling zmij v1.0.21
2026-07-11T01:09:53.7830661Z    Compiling want v0.3.1
2026-07-11T01:09:53.8168553Z    Compiling mio v1.2.1
2026-07-11T01:09:53.8330725Z    Compiling socket2 v0.6.4
2026-07-11T01:09:53.8760871Z    Compiling getrandom v0.2.17
2026-07-11T01:09:53.9351031Z    Compiling block-buffer v0.12.0
2026-07-11T01:09:53.9863322Z    Compiling crypto-common v0.2.2
2026-07-11T01:09:54.0368135Z    Compiling rand_core v0.6.4
2026-07-11T01:09:54.0850294Z    Compiling rand v0.10.1
2026-07-11T01:09:54.1150807Z    Compiling uuid v1.23.2
2026-07-11T01:09:54.1360797Z    Compiling sha2 v0.10.9
2026-07-11T01:09:54.1960875Z    Compiling parking_lot v0.12.5
2026-07-11T01:09:54.2661040Z    Compiling tinyvec v1.11.0
2026-07-11T01:09:54.3077758Z    Compiling inout v0.1.4
2026-07-11T01:09:54.4103393Z    Compiling vergen-lib v9.1.0
2026-07-11T01:09:54.5372877Z    Compiling n0-future v0.3.2
2026-07-11T01:09:54.5455006Z    Compiling diatomic-waker v0.2.3
2026-07-11T01:09:54.5981140Z    Compiling cmake v0.1.58
2026-07-11T01:09:54.6554535Z    Compiling cordyceps v0.3.4
2026-07-11T01:09:54.6779456Z    Compiling winnow v1.0.3
2026-07-11T01:09:54.7277660Z    Compiling parking v2.2.1
2026-07-11T01:09:54.7392101Z    Compiling serde_json v1.0.150
2026-07-11T01:09:54.7490458Z    Compiling spin v0.10.0
2026-07-11T01:09:54.7521472Z    Compiling crossbeam-utils v0.8.21
2026-07-11T01:09:54.7885642Z    Compiling signature v2.2.0
2026-07-11T01:09:54.8328700Z    Compiling httpdate v1.0.3
2026-07-11T01:09:54.8460837Z    Compiling futures-lite v2.6.1
2026-07-11T01:09:54.9040680Z    Compiling ed25519 v2.2.3
2026-07-11T01:09:54.9330634Z    Compiling digest v0.11.3
2026-07-11T01:09:54.9779646Z    Compiling futures-buffered v0.2.13
2026-07-11T01:09:54.9870986Z    Compiling cipher v0.4.4
2026-07-11T01:09:55.0310668Z    Compiling netlink-packet-core v0.8.1
2026-07-11T01:09:55.0790538Z    Compiling universal-hash v0.5.1
2026-07-11T01:09:55.0920548Z    Compiling vergen-lib v0.1.6
2026-07-11T01:09:55.1122927Z    Compiling vergen v9.1.0
2026-07-11T01:09:55.1211694Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-11T01:09:55.1270603Z    Compiling heapless v0.7.17
2026-07-11T01:09:55.1907739Z    Compiling noq-udp v0.10.0
2026-07-11T01:09:55.2492673Z    Compiling sync_wrapper v1.0.2
2026-07-11T01:09:55.2600913Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-11T01:09:55.2645287Z    Compiling byteorder v1.5.0
2026-07-11T01:09:55.2820237Z    Compiling opaque-debug v0.3.1
2026-07-11T01:09:55.3327137Z    Compiling allocator-api2 v0.2.21
2026-07-11T01:09:55.3471468Z    Compiling polyval v0.6.2
2026-07-11T01:09:55.4170990Z    Compiling spin v0.9.8
2026-07-11T01:09:55.4220588Z    Compiling vergen-gitcl v1.0.8
2026-07-11T01:09:55.4686997Z    Compiling hash32 v0.2.1
2026-07-11T01:09:55.5045650Z    Compiling aws-lc-sys v0.41.0
2026-07-11T01:09:55.5047420Z    Compiling ring v0.17.14
2026-07-11T01:09:55.5321497Z    Compiling libsqlite3-sys v0.30.1
2026-07-11T01:09:55.5748687Z    Compiling num_threads v0.1.7
2026-07-11T01:09:55.5819726Z    Compiling ryu v1.0.23
2026-07-11T01:09:55.6244374Z    Compiling tower-layer v0.3.3
2026-07-11T01:09:55.6470648Z    Compiling signature v3.0.0
2026-07-11T01:09:55.6595629Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-11T01:09:55.7090987Z    Compiling fallible-iterator v0.3.0
2026-07-11T01:09:55.7542044Z    Compiling time v0.3.47
2026-07-11T01:09:55.7870541Z    Compiling ghash v0.5.1
2026-07-11T01:09:55.7980328Z    Compiling ctr v0.9.2
2026-07-11T01:09:55.8170903Z    Compiling aes v0.8.4
2026-07-11T01:09:55.8370770Z    Compiling sha2 v0.11.0-rc.5
2026-07-11T01:09:55.9230833Z    Compiling fs2 v0.4.3
2026-07-11T01:09:55.9890635Z    Compiling http-body-util v0.1.3
2026-07-11T01:09:56.0221115Z    Compiling aead v0.5.2
2026-07-11T01:09:56.0730640Z    Compiling openssl-probe v0.2.1
2026-07-11T01:09:56.0882721Z    Compiling utf8parse v0.2.2
2026-07-11T01:09:56.1426759Z    Compiling arrayvec v0.7.6
2026-07-11T01:09:56.1530380Z    Compiling crossbeam-channel v0.5.15
2026-07-11T01:09:56.1630641Z    Compiling crossbeam-epoch v0.9.18
2026-07-11T01:09:56.2560982Z    Compiling blake3 v1.8.5
2026-07-11T01:09:56.3043201Z    Compiling netlink-packet-route v0.29.0
2026-07-11T01:09:56.3441294Z    Compiling memoffset v0.6.5
2026-07-11T01:09:56.3537275Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-11T01:09:56.4815003Z    Compiling aes-gcm v0.10.3
2026-07-11T01:09:56.5050629Z    Compiling acto v0.8.2
2026-07-11T01:09:56.5566711Z    Compiling netwatch v0.16.0
2026-07-11T01:09:56.6300128Z    Compiling noq v0.18.0
2026-07-11T01:09:56.6488353Z    Compiling tagptr v0.2.0
2026-07-11T01:09:56.6489305Z    Compiling rustc-hash v2.1.2
2026-07-11T01:09:56.6703065Z    Compiling foldhash v0.2.0
2026-07-11T01:09:56.7533344Z    Compiling identity-hash v0.1.0
2026-07-11T01:09:56.8005321Z    Compiling mac-addr v0.3.0
2026-07-11T01:09:56.8030883Z    Compiling ref-cast v1.0.25
2026-07-11T01:09:56.8367271Z    Compiling lru-slab v0.1.2
2026-07-11T01:09:56.8515009Z    Compiling rustix v1.1.4
2026-07-11T01:09:56.8707559Z    Compiling xml-rs v0.8.28
2026-07-11T01:09:56.9287187Z    Compiling sorted-index-buffer v0.2.1
2026-07-11T01:09:56.9480578Z    Compiling thiserror v1.0.69
2026-07-11T01:09:57.0028636Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-11T01:09:57.0837896Z    Compiling hashbrown v0.16.1
2026-07-11T01:09:57.2852853Z    Compiling netlink-packet-route v0.30.0
2026-07-11T01:09:57.3243293Z    Compiling errno v0.3.14
2026-07-11T01:09:57.3540735Z    Compiling ioctl-rs v0.1.6
2026-07-11T01:09:57.4381093Z    Compiling termios v0.2.2
2026-07-11T01:09:57.4750922Z    Compiling serial-core v0.4.0
2026-07-11T01:09:57.5589392Z    Compiling synstructure v0.13.2
2026-07-11T01:09:57.5702140Z    Compiling darling_core v0.20.11
2026-07-11T01:09:57.6483600Z    Compiling xmltree v0.10.3
2026-07-11T01:09:57.7196068Z    Compiling serde_derive_internals v0.29.1
2026-07-11T01:09:57.8450234Z    Compiling proc-macro-crate v3.5.0
2026-07-11T01:09:57.9079515Z    Compiling aho-corasick v1.1.4
2026-07-11T01:09:58.0294565Z    Compiling simple-dns v0.9.3
2026-07-11T01:09:58.2451029Z    Compiling sha1_smol v1.0.1
2026-07-11T01:09:58.2707429Z    Compiling simdutf8 v0.1.5
2026-07-11T01:09:58.2824793Z    Compiling toml_write v0.1.2
2026-07-11T01:09:58.3160893Z    Compiling arrayref v0.3.9
2026-07-11T01:09:58.3733656Z    Compiling constant_time_eq v0.4.2
2026-07-11T01:09:58.3831119Z    Compiling regex-syntax v0.8.10
2026-07-11T01:09:58.4731612Z    Compiling linux-raw-sys v0.12.1
2026-07-11T01:09:58.4800294Z    Compiling resolv-conf v0.7.6
2026-07-11T01:09:58.4907286Z    Compiling signal-hook v0.3.18
2026-07-11T01:09:58.5427581Z    Compiling winnow v0.7.15
2026-07-11T01:09:58.5460826Z    Compiling smol_str v0.1.24
2026-07-11T01:09:58.7438744Z    Compiling lru v0.16.4
2026-07-11T01:09:58.7806626Z    Compiling serial-unix v0.4.0
2026-07-11T01:09:58.9394495Z    Compiling darling_core v0.23.0
2026-07-11T01:09:58.9698428Z    Compiling signal-hook-registry v1.4.8
2026-07-11T01:09:59.0298295Z    Compiling serde_bytes v0.11.19
2026-07-11T01:09:59.2682300Z    Compiling seize v0.5.1
2026-07-11T01:09:59.3265278Z    Compiling hmac v0.12.1
2026-07-11T01:09:59.3767327Z    Compiling iroh v0.98.2
2026-07-11T01:09:59.4328919Z    Compiling serde_derive v1.0.228
2026-07-11T01:09:59.4330140Z    Compiling zeroize_derive v1.4.3
2026-07-11T01:09:59.6034582Z    Compiling tokio-macros v2.7.0
2026-07-11T01:09:59.6983449Z    Compiling futures-macro v0.3.32
2026-07-11T01:09:59.9982423Z    Compiling zeroize v1.8.2
2026-07-11T01:10:00.1810793Z    Compiling zerofrom-derive v0.1.7
2026-07-11T01:10:00.2641121Z    Compiling tokio v1.52.3
2026-07-11T01:10:00.5773539Z    Compiling yoke-derive v0.8.2
2026-07-11T01:10:00.6138708Z    Compiling futures-util v0.3.32
2026-07-11T01:10:00.7316343Z    Compiling zerovec-derive v0.11.3
2026-07-11T01:10:00.7778153Z    Compiling displaydoc v0.2.6
2026-07-11T01:10:01.1372307Z    Compiling tracing-attributes v0.1.31
2026-07-11T01:10:01.5396631Z    Compiling zerofrom v0.1.8
2026-07-11T01:10:01.5502838Z    Compiling rustls-pki-types v1.14.1
2026-07-11T01:10:01.6130662Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-11T01:10:01.6529813Z    Compiling thiserror-impl v2.0.18
2026-07-11T01:10:01.9046495Z    Compiling yoke v0.8.3
2026-07-11T01:10:02.0978128Z    Compiling zerotrie v0.2.4
2026-07-11T01:10:02.1243290Z    Compiling zerovec v0.11.6
2026-07-11T01:10:02.2506242Z    Compiling darling_macro v0.20.11
2026-07-11T01:10:02.3630386Z    Compiling derive_more-impl v2.1.1
2026-07-11T01:10:02.4640944Z    Compiling spez v0.1.2
2026-07-11T01:10:02.4770713Z    Compiling n0-error-macros v0.1.3
2026-07-11T01:10:02.5680706Z    Compiling darling v0.20.11
2026-07-11T01:10:02.6369488Z    Compiling derive_builder_core v0.20.2
2026-07-11T01:10:02.6888572Z    Compiling der v0.8.0-rc.10
2026-07-11T01:10:02.8243669Z    Compiling pin-project-internal v1.1.13
2026-07-11T01:10:02.9166269Z    Compiling tinystr v0.8.3
2026-07-11T01:10:03.1196077Z    Compiling icu_locale_core v2.2.0
2026-07-11T01:10:03.3040619Z    Compiling potential_utf v0.1.5
2026-07-11T01:10:03.4420059Z    Compiling icu_collections v2.2.0
2026-07-11T01:10:03.6498293Z    Compiling n0-error v0.1.3
2026-07-11T01:10:03.9350871Z    Compiling derive_builder_macro v0.20.2
2026-07-11T01:10:03.9936099Z    Compiling ed25519-dalek v2.2.0
2026-07-11T01:10:04.1180919Z    Compiling pin-project v1.1.13
2026-07-11T01:10:04.1691654Z    Compiling spki v0.8.0-rc.4
2026-07-11T01:10:04.2130800Z    Compiling cobs v0.3.0
2026-07-11T01:10:04.2282978Z    Compiling derive_builder v0.20.2
2026-07-11T01:10:04.3393436Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-11T01:10:04.3781684Z    Compiling icu_provider v2.2.0
2026-07-11T01:10:04.4267316Z    Compiling ipnet v2.12.0
2026-07-11T01:10:04.4668403Z    Compiling futures-executor v0.3.32
2026-07-11T01:10:04.5224527Z    Compiling ed25519 v3.0.0-rc.4
2026-07-11T01:10:04.6450255Z    Compiling futures v0.3.32
2026-07-11T01:10:04.7150801Z    Compiling icu_normalizer v2.2.0
2026-07-11T01:10:04.7541855Z    Compiling icu_properties v2.2.0
2026-07-11T01:10:04.8122996Z    Compiling prefix-trie v0.8.4
2026-07-11T01:10:04.9474684Z    Compiling spt-proto v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-11T01:10:05.1950744Z    Compiling once_cell v1.21.4
2026-07-11T01:10:05.2256291Z    Compiling postcard-derive v0.2.2
2026-07-11T01:10:05.2380570Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-11T01:10:05.4280613Z    Compiling tracing-core v0.1.36
2026-07-11T01:10:05.6100625Z    Compiling data-encoding-macro v0.1.20
2026-07-11T01:10:05.6151962Z    Compiling rustls-native-certs v0.8.4
2026-07-11T01:10:05.6780872Z    Compiling num_enum_derive v0.7.6
2026-07-11T01:10:05.7043137Z    Compiling hashbrown v0.14.5
2026-07-11T01:10:05.7454353Z    Compiling strum_macros v0.28.0
2026-07-11T01:10:05.7574903Z    Compiling postcard v1.1.3
2026-07-11T01:10:06.0770977Z    Compiling tracing v0.1.44
2026-07-11T01:10:06.0870750Z    Compiling async-trait v0.1.89
2026-07-11T01:10:06.2038236Z    Compiling idna_adapter v1.2.2
2026-07-11T01:10:06.2318873Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-11T01:10:06.3021173Z    Compiling tokio-util v0.7.18
2026-07-11T01:10:06.3298746Z    Compiling idna v1.1.0
2026-07-11T01:10:06.4201960Z    Compiling netlink-sys v0.8.8
2026-07-11T01:10:06.5898220Z    Compiling hashlink v0.9.1
2026-07-11T01:10:06.7001105Z    Compiling tower v0.5.3
2026-07-11T01:10:06.7152769Z    Compiling iroh-metrics-derive v0.4.1
2026-07-11T01:10:06.7310570Z    Compiling enum-assoc v1.3.0
2026-07-11T01:10:06.7786382Z    Compiling netlink-proto v0.12.0
2026-07-11T01:10:06.7981894Z    Compiling num_enum v0.7.6
2026-07-11T01:10:06.9088447Z    Compiling url v2.5.8
2026-07-11T01:10:06.9351271Z    Compiling netdev v0.42.0
2026-07-11T01:10:06.9562527Z    Compiling derive_more v2.1.1
2026-07-11T01:10:07.0902716Z    Compiling rusqlite v0.32.1
2026-07-11T01:10:07.1061212Z    Compiling iroh-relay v0.98.0
2026-07-11T01:10:07.1406969Z    Compiling moka v0.12.15
2026-07-11T01:10:07.1831320Z    Compiling serde_spanned v0.6.9
2026-07-11T01:10:07.3023996Z    Compiling iroh-metrics v0.38.3
2026-07-11T01:10:07.3316254Z    Compiling toml_datetime v0.6.11
2026-07-11T01:10:07.3380854Z    Compiling ref-cast-impl v1.0.25
2026-07-11T01:10:07.4900919Z    Compiling h2 v0.4.14
2026-07-11T01:10:07.6972700Z    Compiling n0-watcher v0.6.1
2026-07-11T01:10:07.7034968Z    Compiling tokio-stream v0.1.18
2026-07-11T01:10:07.7752495Z    Compiling thiserror-impl v1.0.69
2026-07-11T01:10:07.8181695Z    Compiling toml_edit v0.22.27
2026-07-11T01:10:07.8591103Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-11T01:10:07.9451243Z    Compiling attohttpc v0.30.1
2026-07-11T01:10:07.9713078Z    Compiling tower-http v0.6.11
2026-07-11T01:10:08.3681443Z    Compiling iroh-base v0.98.0
2026-07-11T01:10:08.4890296Z    Compiling spt-store v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-11T01:10:08.5526223Z    Compiling webpki-roots v1.0.7
2026-07-11T01:10:08.6431148Z    Compiling regex-automata v0.4.14
2026-07-11T01:10:08.7411276Z    Compiling schemars_derive v1.2.1
2026-07-11T01:10:08.7821131Z    Compiling bitflags v1.3.2
2026-07-11T01:10:08.8501452Z    Compiling strum v0.28.0
2026-07-11T01:10:08.8640972Z    Compiling dyn-clone v1.0.20
2026-07-11T01:10:08.9700525Z    Compiling iroh-dns v0.98.0
2026-07-11T01:10:09.0033131Z    Compiling pin-utils v0.1.0
2026-07-11T01:10:09.0785648Z    Compiling cmov v0.5.4
2026-07-11T01:10:09.2100121Z    Compiling rustix v0.38.44
2026-07-11T01:10:09.2487090Z    Compiling nix v0.25.1
2026-07-11T01:10:09.2748379Z    Compiling backon v1.6.0
2026-07-11T01:10:09.3467933Z    Compiling ctutils v0.4.2
2026-07-11T01:10:09.3960630Z    Compiling filedescriptor v0.8.3
2026-07-11T01:10:09.5415803Z    Compiling darling_macro v0.23.0
2026-07-11T01:10:09.5661085Z    Compiling papaya v0.2.4
2026-07-11T01:10:09.5890714Z    Compiling hkdf v0.12.4
2026-07-11T01:10:09.6331251Z    Compiling serial v0.4.0
2026-07-11T01:10:09.7090323Z    Compiling anstyle-parse v1.0.0
2026-07-11T01:10:09.7218167Z    Compiling vte_generate_state_changes v0.1.2
2026-07-11T01:10:09.8301186Z    Compiling anstyle v1.0.14
2026-07-11T01:10:09.8394164Z    Compiling linux-raw-sys v0.4.15
2026-07-11T01:10:09.9592733Z    Compiling is_terminal_polyfill v1.70.2
2026-07-11T01:10:10.0000640Z    Compiling anstyle-query v1.1.5
2026-07-11T01:10:10.0150675Z    Compiling colorchoice v1.0.5
2026-07-11T01:10:10.0246699Z    Compiling foldhash v0.1.5
2026-07-11T01:10:10.0751654Z    Compiling shell-words v1.1.1
2026-07-11T01:10:10.0850667Z    Compiling downcast-rs v1.2.1
2026-07-11T01:10:10.0911170Z    Compiling instability v0.3.12
2026-07-11T01:10:10.1061341Z    Compiling anstream v1.0.0
2026-07-11T01:10:10.1448856Z    Compiling vte v0.13.1
2026-07-11T01:10:10.2020602Z    Compiling hashbrown v0.15.5
2026-07-11T01:10:10.2321455Z    Compiling signal-hook-mio v0.2.5
2026-07-11T01:10:10.2804109Z    Compiling darling v0.23.0
2026-07-11T01:10:10.3173283Z    Compiling spake2 v0.4.0
2026-07-11T01:10:10.3318735Z    Compiling terminal_size v0.4.4
2026-07-11T01:10:10.4699310Z    Compiling strum_macros v0.26.4
2026-07-11T01:10:10.4940977Z    Compiling sha1 v0.10.6
2026-07-11T01:10:10.6559763Z    Compiling itertools v0.13.0
2026-07-11T01:10:10.7123909Z    Compiling toml v0.8.23
2026-07-11T01:10:10.7561342Z    Compiling castaway v0.2.4
2026-07-11T01:10:10.8401182Z    Compiling schemars v1.2.1
2026-07-11T01:10:10.8510487Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-11T01:10:11.0197856Z    Compiling static_assertions v1.1.0
2026-07-11T01:10:11.0742345Z    Compiling unicode-width v0.1.14
2026-07-11T01:10:11.1990336Z    Compiling clap_lex v1.1.0
2026-07-11T01:10:11.3770957Z    Compiling doctest-file v1.1.1
2026-07-11T01:10:11.4719182Z    Compiling indoc v2.0.7
2026-07-11T01:10:11.5300107Z    Compiling clap_builder v4.6.0
2026-07-11T01:10:11.7743746Z    Compiling regex v1.12.3
2026-07-11T01:10:11.8036389Z    Compiling interprocess v2.4.2
2026-07-11T01:10:11.8829396Z    Compiling spt-msg v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-11T01:10:12.4142156Z    Compiling spt-runtime v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-11T01:10:12.7682675Z    Compiling unicode-truncate v1.1.0
2026-07-11T01:10:12.8180769Z    Compiling strum v0.26.3
2026-07-11T01:10:12.8311338Z    Compiling crossterm v0.28.1
2026-07-11T01:10:12.9291923Z    Compiling compact_str v0.8.2
2026-07-11T01:10:12.9411117Z    Compiling lru v0.12.5
2026-07-11T01:10:13.1029480Z    Compiling clap_derive v4.6.1
2026-07-11T01:10:13.2047743Z    Compiling unicode-width v0.2.0
2026-07-11T01:10:13.3735719Z    Compiling portable-pty v0.8.1
2026-07-11T01:10:13.5118352Z    Compiling iana-time-zone v0.1.65
2026-07-11T01:10:13.5231974Z    Compiling cassowary v0.3.0
2026-07-11T01:10:13.5524656Z    Compiling nucleo-matcher v0.3.1
2026-07-11T01:10:13.5955098Z    Compiling hyper v1.10.1
2026-07-11T01:10:13.7821056Z    Compiling spt-term v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-11T01:10:13.9024668Z    Compiling ratatui v0.29.0
2026-07-11T01:10:14.3173375Z    Compiling chrono v0.4.45
2026-07-11T01:10:14.4390454Z    Compiling qrcode v0.14.1
2026-07-11T01:10:14.4826641Z    Compiling tempfile v3.27.0
2026-07-11T01:10:15.5120506Z    Compiling hyper-util v0.1.20
2026-07-11T01:10:15.5475442Z    Compiling clap v4.6.1
2026-07-11T01:10:15.8611761Z    Compiling spt-live v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-11T01:10:17.2106947Z    Compiling igd-next v0.17.1
2026-07-11T01:10:18.0672922Z    Compiling portmapper v0.16.0
2026-07-11T01:10:25.0195785Z    Compiling rustls-webpki v0.103.13
2026-07-11T01:10:27.2830101Z    Compiling tokio-rustls v0.26.4
2026-07-11T01:10:27.2830628Z    Compiling noq-proto v0.17.0
2026-07-11T01:10:27.2830931Z    Compiling rustls-platform-verifier v0.7.0
2026-07-11T01:10:27.4151239Z    Compiling hyper-rustls v0.27.9
2026-07-11T01:10:27.4151860Z    Compiling hickory-net v0.26.0-beta.4
2026-07-11T01:10:27.4152241Z    Compiling tokio-websockets v0.13.2
2026-07-11T01:10:27.5340549Z    Compiling reqwest v0.13.4
2026-07-11T01:10:28.4090509Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-11T01:10:41.8373692Z    Compiling spt-net v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-11T01:10:43.2372714Z    Compiling spt-daemon v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-11T01:10:51.0540729Z    Compiling spt v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-11T01:10:55.4696856Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 04s
2026-07-11T01:10:55.4917276Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-4a686f0b59383e2d)
2026-07-11T01:10:55.4929416Z 
2026-07-11T01:10:55.4929677Z running 1 test
2026-07-11T01:11:03.0703635Z test new_brain_serves_against_old_broker ... ok
2026-07-11T01:11:03.0703949Z 
2026-07-11T01:11:03.0704235Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.58s
2026-07-11T01:11:03.0704631Z 
